body{
  margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-family: 'Jost', sans-serif;
  
}
.main{
	width: 350px;
	height: 500px;
	background: red;
	overflow: hidden;
	background: no-repeat center/ cover;
	border-radius: 10px;
	box-shadow: 5px 20px 50px #000;
}
button{
	color: #fff;

}
h5{
  font-family: "serif", Verdana, sans-serif;
}
.pelota{
	
	padding: 20px;
	margin: auto;	
	background-image: url('../imagenes/fav4.png');
	
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

